home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / IOInterface / menuDevice.dcl < prev    next >
Encoding:
Modula Definition  |  1995-03-02  |  362 b   |  14 lines  |  [TEXT/3PRM]

  1. definition module menuDevice;
  2.  
  3. //    Version 0.8 to 1.0
  4.  
  5. import    menuInternal;
  6.  
  7.  
  8. MenuFunctions            :: DeviceFunctions s;
  9.  
  10. MenuElementToMacElement    :: !(MenuElement s (IOState s)) -> (!String, !String);
  11. CheckShortcutKey        :: !(MenuElement s (IOState s)) ![Char] -> (!MenuElement s (IOState s), ![Char]);
  12.  
  13. IOStateChangeAppleMenuTitle    :: !String !(IOState s) -> IOState s;
  14.